home *** CD-ROM | disk | FTP | other *** search
- Path: news.deltanet.com!usenet
- From: Robert Taylor <btaylor@deltanet.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Why doesn┤t work _fmemcpy > 64kB
- Date: Mon, 04 Mar 1996 21:31:00 -0800
- Organization: Delta Internet Services, Anaheim, CA
- Message-ID: <313BD194.5777@deltanet.com>
- References: <4h45r7$apq@aix11.hrz.uni-oldenburg.de> <4hfpiv$gkp@swordfish.fastnet.co.uk>
- NNTP-Posting-Host: ana4003.deltanet.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- David Spencer wrote:
- >
- > I haven't looked at your code too closely, but it seems you
- > start correctly using huge then for some reason slip back into
- > the 16 bit model with the _f stuff. Try using the huge stuff
- > instead and you'll be fine. I don't know what that is, cos
- > I've never used it, but that's the idea.
-
- _f functions do not know how to 'roll' the segment correctly. Use the
- _h functions.
-